Vcenter NamespaceManagement Networks Edges Foundation NetworkInterface
A Vcenter NamespaceManagement Networks Edges Foundation NetworkInterface defines how a load balancer will be connected to a network.
This schema was added in vSphere API 9.0.0.0.
{
"personas": [
"string"
],
"network": {
"network_type": "string",
"dvpg_network": {
"name": "string",
"network": "string",
"ipam": "string",
"ip_config": {
"ip_ranges": [
{
"address": "string",
"count": 0
}
],
"gateway": "string"
}
}
}
}
The list of interface personas.
An interface must have at least one persona and may have additional distinct personas.
For example, an interface with Management Persona, Workload Persona, and Frontend Personas will configure the load balancer to put load balancer IPs on the same interface that will be used to reach workloads and other load balancer nodes. An interface configured with only a Frontend Persona will allow ingress and return traffic to exit that interface while relying on different interfaces for management traffic and workload traffic.
For more information see: Vcenter NamespaceManagement Networks Edges Foundation Persona.
This property was added in vSphere API 9.0.0.0.
A network defines how packets reach their destination from this interface.
This property was added in vSphere API 9.0.0.0.